'Declaration<DispIdAttribute(111)> Function DisplayFromFTP( _ ByVal Host As String, _ ByVal Path As String, _ ByVal Login As String, _ ByVal Password As String, _ ByVal FTPPort As Integer _ ) As GdPictureStatus
[DispId(111)] GdPictureStatus DisplayFromFTP( string Host, string Path, string Login, string Password, int FTPPort )
function DisplayFromFTP(
Host: String;
Path: String;
Login: String;
Password: String;
FTPPort: Integer
): GdPictureStatus;
DispIdAttribute(111) function DisplayFromFTP( Host : String, Path : String, Login : String, Password : String, FTPPort : int ) : GdPictureStatus;
Parameters
- Host
- Path
- Login
- Password
- FTPPort